ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TreeCollection<T> Class / InsertItem Method

In This Topic
    InsertItem Method (TreeCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub InsertItem( _
       ByVal index As System.Integer, _
       ByVal item As T _
    ) 
    protected virtual void InsertItem( 
       System.int index,
       T item
    )

    Parameters

    index
    item
    See Also